var crypto/internal/fips140/sha3.rc
5 uses
crypto/internal/fips140/sha3 (current package)
keccakf.go#L15: var rc = [24]uint64{
keccakf.go#L88: a[0] = bc0 ^ (bc2 &^ bc1) ^ rc[i]
keccakf.go#L179: a[0] = bc0 ^ (bc2 &^ bc1) ^ rc[i+1]
keccakf.go#L270: a[0] = bc0 ^ (bc2 &^ bc1) ^ rc[i+2]
keccakf.go#L361: a[0] = bc0 ^ (bc2 &^ bc1) ^ rc[i+3]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |